/*RESPONSIVE*/








































.footer-left {
  display: flex;
  align-items: left;
  margin-top: -50%;
  margin-left: 10%;
}
#negro{
  margin-top: 17px;
}




.footer-left p {
  margin-top: 10px; /* Ajusta el valor según tus necesidades */
  
}


.footer-right {
  display: flex;
  margin-left: 60%;
  /*margin-top: 5%;*/
  margin-top: -2.7%;
  

}

.footer-right p,
.footer-right img {
  
  margin-right: 20px;
  white-space: nowrap;
  
}

 
.footer-left {
  display: flex;
  align-items: left;
  margin-top: -3.2%;
}

.footer-left p,
.foote-left img {
  margin-top: 1%;
  margin-right: 20px;
  white-space: nowrap;
}

.footer-left *:hover,
.footer-right *:hover {
  color: blue;
}





















.logo_Cap_img {
  width: 200px; /* Ajusta el ancho según tus necesidades */
  height: auto; /* Ajusta la altura proporcionalmente al ancho */
  display: block; /* Permite aplicar márgenes y alineación */
  position: fixed;
 /* margin: 10px auto;  Ajusta los márgenes según tus necesidades */
  margin-top: -0.5%;
  margin-left: 1%;
  z-index: 100;
}






img[src="imagenes/icono_menu.png"] {
  
  margin-top: -80%;
  margin-left:95% ;
}

#menu,
#menu a {
  color: #ffffff;
}

#menu a:hover {
  color: #0000ff;
}

#menuContainer li {
  /* Estilos para bajar los elementos <li> dentro del contenedor #menuContainer */
  padding-top: 40px;
}



.footer2-right {
  display: flex;
  margin-left: 70%;
  /*margin-top: 5%;*/
  margin-top: -2.7%;
  

}

.footer2-right p,
.footer2-right img {
  margin-right: 20px;
  white-space: nowrap;
  
}

 
.footer2-left {
  display: flex;
  align-items: left;
  margin-top: -1%;
}

.footer2-left p,
.footer2-left img {
  margin-right: 20px;
  white-space: nowrap;
}

.footer2-left *:hover,
.footer2-right *:hover {
  color: blue;
}























 
 
 
 
 
 
 
 
 
 
 
 .dropdown-menu {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    position: fixed;
    background-color: #364146;
    min-width: 160px;
    padding: 12px 16px;
    z-index: 1;
  }

  .dropdown:hover .dropdown-menu {
    display: block;
  }

  .openBtn {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10;
    cursor: pointer;
  }

  .openBtn.hidden {
    display: none;
  }

  .menuContainer {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 999;
  }

  .menuContainer.opened .openBtn {
    display: none;
    z-index: 999;
  }

  .openBtn {
    display: block;
  }




  #closeBtn {
    display: none;
    background-color: #ffffff;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
  }
  
  #menuContainer {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 999;
  }
  
  #openBtn {
    cursor: pointer;
  }
  
  
  #menuContainer.opened #closeBtn {
    display: block;
  }
  



  #menu li a {
    font-size: 50px;
    transition: color 0.8s;
  }

  body, html {
    height: 100%;
    margin: 0;
    padding: 0;
  }
  
  .menuContainer {
    width: 110%;
    height: 110%;
  }

  .dropdown-menu {
    display: none;
  }
  
  #menu li a:hover {
    color: blue; /* Cambia el color del texto al que desees */
  }






  
.mt-5 {
  margin-top: -1rem !important;
}


body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

.container {
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 10px;
  }
}




.accordion-body{
  font-family: 'Mifuente4';
  font-size: 14px;
 
}
.accordion-item{
font-family: 'Mifuente4';
font-size: 14px
}
#mergerspng img {
  width: 1000px; /* Ajusta el ancho de la imagen según tus necesidades */
  height: auto; /* La altura se ajustará automáticamente para mantener la proporción */
}





/*.scroll-animation-down {
  animation: scroll-down 3s;
}


.scroll-animation {
  animation: scrollVertical 3s;
}*/

/*.textos.col-sm-4 {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.textos.col-sm-4.animate {
  opacity: 1;
  transform: translateY(0);
}*/








.right-align {
  text-align: right;
}

.left-align {
  text-align: left;
}




.container {
  max-width: 960px;
  margin: 0 auto;
}

p {
  margin: 0;
}



@font-face {
  font-family: 'Mifuente1';
  src: url('../fonts/SuisseWorks-BoldRegularItalic.otf') format('opentype');
}

@font-face {
  font-family: 'Mifuente2';
  src: url('../fonts/SuisseWorks-RegularItalic.otf') format('opentype');
}

@font-face {
  font-family: 'Mifuente3';
  src: url('../fonts/SuisseIntl-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'MiFuente4';
  src: url('../fonts/SuisseIntl-Thin.otf') format('opentype');
}

@font-face {
  font-family: 'MiFuente5';
  src: url('../fonts/SuisseIntl-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'MiFuente6';
  src: url('../fonts/SuisseIntl-BoldItalic.otf') format('opentype');
}

@font-face {
  font-family: 'MiFuente7';
  src: url('../fonts/SuisseIntl-Thin.otf') format('opentype');
}


.capitalMarkets {
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-shrink: 0;
  color: #0000FF;
  text-align: center;
  font-size: 120px;
  font-family: 'MiFuente4', sans-serif;
  margin-top: 20px; /* Ajusta el valor del margen superior según tus necesidades */
  margin-bottom: -50px; /* Ajusta el valor del margen inferior según tus necesidades */
  margin-left: 2%;
}




body {
  overflow-x: hidden;
}

.inputs{
  width: 100%;
}
.gris {
  background-color: #f9f9fa;
  padding: 1%;
  height: 90%;
}
.gris2{
  background-color: #ffffff;
}

.fixed-page {
  width: 100vw;
  overflow-x: hidden;
}

.blas {
  width: 100%;
  height: 450px;

}

.imgBespoke {
  height: 100px;
  flex-shrink: 0;
}

.tablas {
  align-items: end;
}

.contenedor{
  margin-top: -10%;
}
.bespoke {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  color: #0000fF;
  font-size: 38px;
  width: 450px;
  font-family: 'Mifuente3', sans-serif;
}
.blasTexto {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  color: #0000fF;
  font-size: 90px;
  font-family: 'Mifuente4', sans-serif;
  margin-top: -25px
}
.textotes{
  font-family: 'Mifuente5', sans-serif;
  color: #364146;
}
.textetes{
  font-family: 'Mifuente4', sans-serif;
  color: #364146;
}
.works{
  font-family: 'Mifuente2', sans-serif;
  color: #364146;
}

.bme{
  font-family: 'Mifuente5', sans-serif;
  color: #364146;
}
.mapa {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  color: gray;
  font-size: 25px;
  font-family: 'Mifuente4', sans-serif;
  margin-top: 15%;
  cursor: pointer;
  .mapa {
    text-align: center;
    margin-top: 50px;
  }
}

.linea {
  color: #000;
  height: 2px;
}

.carousel-item {
  display: flex;
  justify-content: center;
}

.cerrar-img {
  margin-top: 3000px;
  justify-content: end;
  color: white;
  font-size: 60px;
  z-index: 99999;
}

.first-line {
  display: inline-block;
  text-indent: 30%;
}


.here {
  display: flex;
  font-family: 'Mifuente3', sans-serif;
  flex-direction: column;
  flex-shrink: 0;
  color: #000;
  font-size: 65px;
  width: fit-content;
  align-items: center;
}

.direccion {
  flex-direction: column;
  flex-shrink: 0;
  margin-top: 25%;
  color: #000;
  font-size: 20px;
  font-family: 'Mifuente2', sans-serif;
}

.direccion5 {
  flex-direction: column;
  flex-shrink: 0;
  color: #000;
  font-size: 20px;
  font-family: 'Mifuente4', sans-serif;
  margin-top: -20px;
}


.divwhy{
margin-left: 2%;
}
.largo{
  height: 550px;
}
.textosNormales {
  color: #000;
  font-size: 30px;
  font-family: 'Mifuente4', sans-serif;
}
.intel{
  font-family: 'Mifuente5', sans-serif;
  color: #364146;
}

.textosCertif {
  margin-top: 10%;
  color: #000;
  font-size: 30px;
  font-family: 'Mifuente4', sans-serif;
  margin-bottom: -1%;
}

.certified{
  font-family: 'Mifuente2', sans-serif;
  color: #364146;
}

@media (max-width: 576px) {
  .orbyn {
    display: flex;
    width: 100px;
    height: 50px;
    flex-direction: column;
    flex-shrink: 0;
    color: #0000fF;
  }

  h2 {
    font-size: 45px;
  }

  a {
    font-size: 45px;
  }

  .capitalMarkets.col-sm-12 {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    flex-shrink: 0;
    color: #0000fF;
    text-align: center;
    font-size: 40px;
    font-family: 'Mifuente', sans-serif;
  }

  .here {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    color: #000;
    font-size: 40px;
    width: fit-content;
    align-items: center;
    font-family: 'Mifuente3', sans-serif;
  }

  .yourBespoke2 {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    color: #f9f9fa;
    font-size: 70px;
    width: fit-content;
    align-items: center;
    font-family: 'Mifuente4', sans-serif;
  }

  .yourBespoke3 {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    color: #f9f9fa;
    font-size: 70px;
    width: fit-content;
    align-items: center;
    font-family: 'Mifuente5', sans-serif;
  }
  .open-icon {
    cursor: pointer;
    width: 15px;
    height: 25px;

    z-index: 9999;

  }

}



.rob {
  color: #0000fF;
  font-size: 60px;
  font-family: 'Mifuente5', sans-serif;
  font-weight: 700;
  line-height: 80px;
  margin-right: 6%;
  margin-top: 5%;
}

.why {

  color: #0000fF;
  font-size: 60px;
  font-family: Inter;
  font-weight: 700;
  line-height: 80px;

}

.contact {
  margin-top: 3rem;
  font-family: 'Mifuente4';
  font-size: 50px;
  margin-bottom: -3%;
  margin-left: 10%;
  color: #364146;
}

.fuentes{
  font-family: 'Mifuente1';
}

.texto {
  display: flex;
  width: 390px;
  flex-direction: column;
  flex-shrink: 0;
  color: gray;
  font-size: 18px;
  font-family: 'Mifuente4', sans-serif;
  color: #364146;
}

.textodespceo{
  display: flex;
  width: 390px;
  flex-direction: column;
  flex-shrink: 0;
  color: gray;
  font-size: 18px;
  font-family: 'Mifuente4', sans-serif;
  color: #364146;}
.fuent{
  font-family: 'Mifuente6', sans-serif;
  color: #364146;
}

.verMas {
  display: flex;
  width: 400px;
  height: 57px;
  flex-direction: column;
  flex-shrink: 0;
  color: #0000fF;
  font-size: 18px;
  font-family: 'Mifuente3', sans-serif;
}


.imagen-container {
  flex: 1;
}


.verMasContainer {
  display: inline;
}

.simon {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  color: #0000fF;
  font-size: 20px;
  font-family: Inter;

}

.ceo {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  color: #0000fF;
  font-size: 25px;
  font-family: Inter;
  margin-left: 15%;
}

.yourBespoke {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  font-size: 70px;
  width: fit-content;
  align-items: center;
  color: #364146;
  font-family: 'Mifuente2', sans-serif;
}

.yourBespoke3 {
  font-size: 70px;
  width: fit-content;
  margin-left: 13%;
  color: #364146;
  font-family: 'Mifuente4', sans-serif;
}
.centrado{
  margin-top: -20%;
}
.subir{
  margin-top: -5%;
}
.yourBespoke2 {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  color: #364146;
  font-size: 70px;
  width: fit-content;
  font-family: 'Mifuente4', sans-serif;
}
.thin{
  margin-top: -300px;
  color: #364146;
  font-family: 'Mifuente4', sans-serif;
  font-size: 20px
}
.bold{
  color: #364146;
  font-family: 'Mifuente5', sans-serif;
  font-size: 20px;
}

.barra{
  height: 80%;
  font-size: 25px;
}
.barraVertical {
  width: 10px;
  height: 50px;
  background: #0000fF;

}
.barraVertical5 {
  width: 3px;
  height: 160px;
  background: #0000fF;

}
.barraVertical2 {
  width: 3px;
  height: 200px;
  background: #0000fF;
  margin-bottom: 3%;

}

.barraVerticalEthos {
  width: 3px;
  height: 30px;
  background: #0000fF;
}

.flecha {
  display: inline-block;
  width: 95px;
  height: 0px;
  flex-shrink: 0;
}

@keyframes scrollVertical {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100px); /* Cambia este valor para ajustar la cantidad de scroll vertical */
  }
}
@keyframes scroll-down {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
.imgBespoke {
  transition: transform 1s ease;
}


/* Estilos Slider */

@keyframes slide {

  0%,
  100% {
    transform: translateX(0);
  }

  10%,
  15% {
    transform: translateX(0);
  }

  20%,
  25% {
    transform: translateX(-100%);
  }

  30%,
  35% {
    transform: translateX(-100%);
  }

  40%,
  45% {
    transform: translateX(-200%);
  }

  50%,
  55% {
    transform: translateX(-200%);
  }

  60%,
  65% {
    transform: translateX(-300%);
  }

  70%,
  75% {
    transform: translateX(-300%);
  }

  80%,
  85% {
    transform: translateX(-400%);
  }

  90%,
  95% {
    transform: translateX(-400%);
  }
}

* {
  box-sizing: border-box;
}

.card {
  margin-top: 40px;
  width: 40%;
  padding: 70px;
  align-items: center;
  border-radius: 10px;  /* Agrega bordes redondeados */
}
.textosTarjetas{
  font-size: 100px;
}


.card p {
  margin-bottom: 0;
  color: white;
  font-size: 30px;
}

html {
  scroll-behavior: smooth;
}

.checkHere{
color: #0000fF;
text-decoration: none;
cursor: pointer;
}

.wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

.how{
  font-family: 'Mifuente4', sans-serif;
  font-size: 40px; 
  margin-left: 27%;
  margin-bottom: -30px;
}

.slider {
  position: relative;
  margin-left: 18%;
  border-radius: 100px; /* Agrega bordes redondeados */
}

.slides {
  position: relative;
  display: flex;
  overflow: hidden;
}

.slide {
  width: 100vw;
  flex-shrink: 0;
  animation-name: slide;
  animation-duration: 23s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  border-radius: 100px; /* Agrega bordes redondeados */

}

.slides:hover .slide {
  animation-play-state: running;
}

.slide img {
  width: 100%;
  vertical-align: top;
}

.caption {
  color: white;
  text-shadow: 1px 1px black;
  font-size: 8vw;
  position: absolute;
  bottom: 8vw;
  right: 4vw;
}

.slide:target {
  animation-name: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
}


h2 a {
  text-decoration: none;
  color: black;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* Estilos del menú */
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  display: inline-block;
  margin-right: 10px;
}

nav ul li a {
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 4px;
  transition: background-color 0.3s;
}

nav ul li a:hover {
  background-color: #f0f0f0;
}

/* Estilos del contenido principal */

.leter {
  font-size: 60px;
}

.aleter {
  color: white;
}


main {
  
  font-family: 'Mifuente7', sans-serif;
  display: none;
  /* Ocultar el menú inicialmente */
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9998;
  display: flex;
  background-color: #364146;
  font-size: 60px;
  /* Color de fondo del menú */
}


.container_red {
  background-color: #0000FF;
  visibility: hidden;
  position: fixed;
  width: 100%;
}

.container_red>* {
  visibility: visible;
  transition: opacity 100ms;
}

.container_red:hover> :not(:hover) {
  opacity: 0.5;
}



main {
  display: none;
}

/* Estilos para el contenedor en pantalla completa */
.container.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
}

.container_menu_icon {
  position: fixed;
  bottom: 100;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  background-color: transparent;
  color: #fff;
  padding: 20px;
  z-index: 500;
}


.open-icon {
  cursor: pointer;
  width: 5%;
  height: 5%;
  margin-top:-70px
}

.textosAcordeon{
  font-size: 30px;
  color:#0000fF
}
.textos{
  font-size: 20px;
}

/* Primero van las reglas generales */
#popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
}

#popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  background-color: white;
  text-align: center; /* Centrar el contenido */
}

#popup img {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
}
.boton{
border: 1px solid white; 
border-radius: 15px;
background: #0000fF;
color: white;
}

/* Estilos para el botón de cierre */
.close-btn {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-5%, -45%);
  width: 50%;
  height: 50%;
  right: 8px;
  cursor: pointer;
  font-size: 60px;
  color: #f0f0f0;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  z-index: 9999;
}

/* Luego, las reglas específicas del popup activo */
#popup.active {
  display: flex;
}

/* Y al final, el fondo oscuro */
.container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
}

  #texto1,
  #texto2, 
  #texto3{
    cursor: pointer;
    text-align: left;
  }
  